The
menu contains a number of functions for creating lists. Make List...* item one * item two * item two and a half * item three
you can make an HTML list of them. First select the lines with the items, before you choose "Make list" from the menu. You are then presented with a dialog shown below where you can specify
The result in this case will be
<UL> <LI>item one <LI>item two <LI>item two and a half <LI>item three </UL>
When you make a list you are first asked how many items you want and, in some cases, if you want to be asked about attributes for each list item. You are then asked about attributes for the list element and finally, if you have said so, about attributes for each list item.
For example, choosing three list items would insert the template
<UL> <LI>| <LI>• <LI>• </UL>•
If you select some text before creating the list it will be inserted as the first list item.
Choosing three items would insert the template
<DL> <DT>|<DD>• <DT>•<DD>• <DT>•<DD>• </DL>•
<DT>|<DD>•